home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Corrida / microracers.swf / scripts / DefineButton2_40 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  86 b   |  6 lines

  1. on(release){
  2.    _root.musicon = 1;
  3.    gotoAndStop(2);
  4.    _root.musmenu.play();
  5. }
  6.